.. _`Concatenate texts`: .. _`org.sysess.sympathy.texts.concatenatetextslist`: Concatenate texts ````````````````` .. image:: join_text.svg :width: 48 Documentation ::::::::::::: Concatenate a list of texts with an optional separator. Definition :::::::::: Input ports ........... **in** | Type: [text] | Description: Text parts Output ports ............ **out** | Type: text | Description: Concatenated text Configuration ............. **Separator** (sep) A string to be inserted between each part. Implementation .............. .. automodule:: node_text_operations :noindex: .. class:: ConcatenateTextsList :noindex: